Interrogation and Access

int Length(void)

Returns the length of the list.

Scalar& operator[](int n)

Returns a reference to the nth scalar in the list (using zero-based indexing).